home *** CD-ROM | disk | FTP | other *** search
/ Freelog 47 / Freelog047.iso / Bas / Jeu / Aitchu / Aitchu[1].swf / scripts / frame_240 / DoAction.as
Text File  |  2003-06-10  |  146b  |  11 lines

  1. Ninja.NumOfLives--;
  2. if(!Ninja.NumOfLives)
  3. {
  4.    gotoAndPlay(280);
  5. }
  6. else
  7. {
  8.    Ninja.NumOfPower = Ninja.MaxOfPOwer;
  9.    gotoAndPlay(40);
  10. }
  11.